module Base
{
	imports
	{
		Base,
	}
	
    	/************************ Clothes ************************/

	recipe Make Used Apron
	{
		FabricRoll=1,
	    Thread=1,
		keep Needle,
		Result 		: Apron_Used,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		AnimNode 		: RipSheets,
	}
	recipe Make Ripped Sheet Boxers
	{
		RippedSheets=4,
		Result 		: Boxers_RippedSheet,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Corset Dress
	{
		FabricRoll=2,
		Thread=1,
		keep Needle,
		Result 		: Dress_Corset,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		AnimNode 		: RipSheets,
	}
	recipe Make White Laced Dress
	{
		FabricRoll=2,
		Thread=1,
		keep Needle,
		Result 		: Dress_LacedRed,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingWhite,
		AnimNode 		: RipSheets,
	}
	recipe Make Red Laced Dress
	{
		FabricRollRed=1,
		FabricRoll=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_LacedRed,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingRed,
		AnimNode 		: RipSheets,
	}
	recipe Make Green Laced Dress
	{
		FabricRollGreen=1,
		FabricRoll=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_LacedRed,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGreen,
		AnimNode 		: RipSheets,
	}
	recipe Make Blue Laced Dress
	{
		FabricRollBlue=1,
		FabricRoll=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_LacedRed,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBlue,
		AnimNode 		: RipSheets,
	}
	recipe Make Brown Laced Dress
	{
		FabricRollBrown=1,
		FabricRoll=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_LacedRed,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBrown,
		AnimNode 		: RipSheets,
	}
	recipe Make Grey Laced Dress
	{
		FabricRollGrey=1,
		FabricRoll=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_LacedRed,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGrey,
		AnimNode 		: RipSheets,
	}
	recipe Make Long Belt White Dress
	{
		FabricRoll=2,
		Thread=1,
		keep Needle,
		Result 		: Dress_LongBelt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingWhite,
		AnimNode 		: RipSheets,
	}
	recipe Make Long Belt Red Dress
	{
		FabricRollRed=2,
		Thread=1,
		keep Needle,
		Result 		: Dress_LongBelt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingRed,
		AnimNode 		: RipSheets,
	}
	recipe Make Long Belt Green Dress
	{
		FabricRollGreen=2,
		Thread=1,
		keep Needle,
		Result 		: Dress_LongBelt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGreen,
		AnimNode 		: RipSheets,
	}
	recipe Make Long Belt Blue Dress
	{
		FabricRollBlue=2,
		Thread=1,
		keep Needle,
		Result 		: Dress_LongBelt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBlue,
		AnimNode 		: RipSheets,
	}
		recipe Make Long Belt Brown Dress
	{
		FabricRollBrown=2,
		Thread=1,
		keep Needle,
		Result 		: Dress_LongBelt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBrown,
		AnimNode 		: RipSheets,
	}
		recipe Make Long Belt Grey Dress
	{
		FabricRollGrey=2,
		Thread=1,
		keep Needle,
		Result 		: Dress_LongBelt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGrey,
		AnimNode 		: RipSheets,
	}
		recipe Make Medieval Dress
	{
		FabricRoll=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_Medieval,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		AnimNode 		: RipSheets,
	}
		recipe Make White Peasant Dress
	{
		FabricRoll=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_Peasant,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingWhite,
		AnimNode 		: RipSheets,
	}
		recipe Make Red Peasant Dress
	{
		FabricRollRed=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_Peasant,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingRed,
		AnimNode 		: RipSheets,
	}
		recipe Make Green Peasant Dress
	{
		FabricRollGreen=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_Peasant,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGreen,
		AnimNode 		: RipSheets,
	}
		recipe Make Blue Peasant Dress
	{
		FabricRollBlue=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_Peasant,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBlue,
		AnimNode 		: RipSheets,
	}
		recipe Make Brown Peasant Dress
	{
		FabricRollBrown=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_Peasant,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBrown,
		AnimNode 		: RipSheets,
	}
		recipe Make Grey Peasant Dress
	{
		FabricRollGrey=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_Peasant,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGrey,
		AnimNode 		: RipSheets,
	}
		recipe Make White Peasant Skirt
	{
		FabricRoll=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_PeasantShirt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingWhite,
		AnimNode 		: RipSheets,
	}
		recipe Make Red Peasant Skirt
	{
		FabricRollRed=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_PeasantShirt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingRed,
		AnimNode 		: RipSheets,
	}
		recipe Make Green Peasant Skirt
	{
		FabricRollGreen=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_PeasantShirt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGreen,
		AnimNode 		: RipSheets,
	}
		recipe Make Blue Peasant Skirt
	{
		FabricRollBlue=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_PeasantShirt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBlue,
		AnimNode 		: RipSheets,
	}
		recipe Make Brown Peasant Skirt
	{
		FabricRollBrown=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_PeasantShirt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBrown,
		AnimNode 		: RipSheets,
	}
		recipe Make Grey Peasant Skirt
	{
		FabricRollGrey=1,
		Thread=1,
		keep Needle,
		Result 		: Dress_PeasantShirt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGrey,
		AnimNode 		: RipSheets,
	}
	recipe Make Gloves Ripped Sheet
	{
		RippedSheets=2,
		Result 		: Gloves_RippedSheet,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Skin Cape
	{
		Leather=1,
		Result 		: Hood_AnimalSkinCover,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=1,
		AnimNode 		: RipSheets,
	}
	recipe Make Skin Shirt
	{
		Leather=1,
		Result 		: Jacket_SkinShirt,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=1,
		AnimNode 		: RipSheets,
	}
	recipe Make Skin Tunic
	{
		Leather=2,
		Result 		: JacketLong_SkinTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=1,
		AnimNode 		: RipSheets,
	}
	recipe Make Nice White Tunic
	{
		FabricRoll=1,
		Thread=2,
		keep Needle,
		Result 		: Jumper_NiceTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingWhite,
		AnimNode 		: RipSheets,
	}
	recipe Make Nice Red Tunic
	{
		FabricRollRed=1,
		Thread=2,
		keep Needle,
		Result 		: Jumper_NiceTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingRed,
		AnimNode 		: RipSheets,
	}
	recipe Make Nice Green Tunic
	{
		FabricRollGreen=1,
		Thread=2,
		keep Needle,
		Result 		: Jumper_NiceTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGreen,
		AnimNode 		: RipSheets,
	}
	recipe Make Nice Blue Tunic
	{
		FabricRollBlue=1,
		Thread=2,
		keep Needle,
		Result 		: Jumper_NiceTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBlue,
		AnimNode 		: RipSheets,
	}
	recipe Make Nice Brown Tunic
	{
		FabricRollBrown=1,
		Thread=2,
		keep Needle,
		Result 		: Jumper_NiceTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBrown,
		AnimNode 		: RipSheets,
	}
	recipe Make Nice Grey Tunic
	{
		FabricRollGrey=1,
		Thread=2,
		keep Needle,
		Result 		: Jumper_NiceTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGrey,
		AnimNode 		: RipSheets,
	}
	recipe Make Peasant White Tunic
	{
		FabricRoll=1,
		Thread=1,
		keep Needle,
		Result 		: Jumper_PeasantTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingWhite,
		AnimNode 		: RipSheets,
	}
	recipe Make Peasant Red Tunic
	{
		FabricRollRed=1,
		Thread=1,
		keep Needle,
		Result 		: Jumper_PeasantTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingRed,
		AnimNode 		: RipSheets,
	}
	recipe Make Peasant Green Tunic
	{
		FabricRollGreen=1,
		Thread=1,
		keep Needle,
		Result 		: Jumper_PeasantTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGreen,
		AnimNode 		: RipSheets,
	}
	recipe Make Peasant Blue Tunic
	{
		FabricRollBlue=1,
		Thread=1,
		keep Needle,
		Result 		: Jumper_PeasantTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBlue,
		AnimNode 		: RipSheets,
	}
	recipe Make Peasant Brown Tunic
	{
		FabricRollBrown=1,
		Thread=1,
		keep Needle,
		Result 		: Jumper_PeasantTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBrown,
		AnimNode 		: RipSheets,
	}
	recipe Make Peasant Grey Tunic
	{
		FabricRollGrey=1,
		Thread=1,
		keep Needle,
		Result 		: Jumper_PeasantTunic,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGrey,
		AnimNode 		: RipSheets,
	}
	recipe Make Leather Rus Pants
	{
		Leather=1,
		Thread=1,
		keep Needle,
		Result 		: Pants_Leather,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		AnimNode 		: RipSheets,
	}
	recipe Make Rus Pants
	{
		FabricRoll=1,
		Thread=1,
		keep Needle,
		Result 		: Pants_Medieval,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		AnimNode 		: RipSheets,
	}
	recipe Make Sheet Pants
	{
		Sheet=2,
		keep Scissors,
		Result 		: Pants_Medieval,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Trashbag Pants
	{
		Garbagebag=2,
		DuctTape=1,
		Result 		: Pants_TrashBag,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Medieval Hood
	{
		Leather=1,
		Thread=1,
		keep Needle,
		Result 		: Poncho_MedievalHood,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		AnimNode 		: RipSheets,
	}
	recipe Make Corset Shirt
	{
		FabricRoll=1,
		LeatherStrips=2,
		Thread=1,
		keep Needle,
		Result 		: Shirt_Corset,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		AnimNode 		: RipSheets,
	}
	recipe Make Laced Collar Shirt
	{
		FabricRoll=1,
		Thread=1,
		keep Needle,
		Result 		: Shirt_LacedCollar,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		AnimNode 		: RipSheets,
	}
	recipe Make Leather Shirt
	{
		Leather=1,
		Thread=1,
		keep Needle,
		Result 		: Shirt_Leather,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		AnimNode 		: RipSheets,
	}
	recipe Make Ripped Sheet Shirt
	{
		RippedSheets=4,
		Result 		: Shirt_RippedSheet,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Ripped Sheet Bandeau
	{
		RippedSheets=2,
		Result 		: Shirt_RippedSheetBandeau,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Sheet Shirt
	{
		Sheet=2,
		keep Scissors,
		Result 		: Shirt_Sheet,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make TrashBag Shirt
	{
		Garbagebag=1,
		DuctTape=1,
		Result 		: Shirt_TrashBag,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Fur Boots
	{
		Leather=1,
		LeatherStrips=2,
		Result 		: Shoes_FurBoots,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=1,
		AnimNode 		: RipSheets,
	}
	recipe Make Leather Shoes
	{
		LeatherStrips=2,
		Thread=1,
		keep Needle,
		Result 		: Shoes_Leather,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=3,
		AnimNode 		: RipSheets,
	}
	recipe Make Medieval Boots
	{
		Leather=1,
		Thread=1,
		keep Needle,
		Result 		: Shoes_MedievalBoots,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=4,
		AnimNode 		: RipSheets,
	}
	recipe Make Trashbag Shoes
	{
		Garbagebag=2,
		DuctTape=1,
		Result 		: Shoes_TrashBag,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Long Sheet Shorts
	{
		Sheet=2,
		keep Scissors,
		Result 		: Shorts_SheetLong,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Grass Loincloth
	{
		RippedSheets=1,
		Result 		: Skirt_GrassLoincloth,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Loincloth
	{
		RippedSheets=1,
		Result 		: Skirt_Loincloth,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Sheet Skirt
	{
		Sheet=1,
		keep Scissors,
		Result 		: Skirt_Sheet,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Skin Skirt
	{
		LeatherStrips=2,
		Result 		: Skirt_Skin,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=1,
		AnimNode 		: RipSheets,
	}
	recipe Make Ripped Sheet Socks
	{
		RippedSheets=2,
		Result 		: Socks_RippedSheet,
		Sound 		: ClothesRipping,
		Time 		: 50.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Potato Sack Dress
	{
		EmptySandbag,
		keep Scissors,
		Result 		: Dress_PotatoSack,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Potato Sack Shirt
	{
		EmptySandbag,
		keep Scissors,
		Result 		: Jumper_PotatoSack,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Potato Sack Socks
	{
		EmptySandbag,
		keep Scissors,
		Result 		: Socks_PotatoSack,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Potato Sack Long Shorts
	{
		EmptySandbag,
		keep Scissors,
		Result 		: ShortsLong_PotatoSack,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Dress
	{
		FabricRoll,
		keep Scissors,
		Result 		: Dress_Roman,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Dress with White Toga
	{
		FabricRoll=2,
		keep Scissors,
		Result 		: Dress_Toga,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Dress with Red Toga
	{
		FabricRoll,
		FabricRollRed,
		keep Scissors,
		Result 		: Dress_Toga,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingRed,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Dress with Green Toga
	{
		FabricRoll,
		FabricRollGreen,
		keep Scissors,
		Result 		: Dress_Toga,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGreen,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Dress with Blue Toga
	{
		FabricRoll,
		FabricRollBlue,
		keep Scissors,
		Result 		: Dress_Toga,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBlue,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Dress with Brown Toga
	{
		FabricRoll,
		FabricRollBrown,
		keep Scissors,
		Result 		: Dress_Toga,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBrown,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Dress with Grey Toga
	{
		FabricRoll,
		FabricRollGrey,
		keep Scissors,
		Result 		: Dress_Toga,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGrey,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Tunic
	{
		FabricRoll,
		keep Scissors,
		Result 		: Jumper_RomanTunicNoScarf,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman White Emperor Tunic
	{
		FabricRoll=2,
		keep Scissors,
		Result 		: Jumper_EmperorTunic,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Red Emperor Tunic
	{
		FabricRoll,
		FabricRollRed,
		keep Scissors,
		Result 		: Jumper_EmperorTunic,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingRed,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Green Emperor Tunic
	{
		FabricRoll,
		FabricRollGreen,
		keep Scissors,
		Result 		: Jumper_EmperorTunic,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGreen,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Blue Emperor Tunic
	{
		FabricRoll,
		FabricRollBlue,
		keep Scissors,
		Result 		: Jumper_EmperorTunic,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBlue,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Brown Emperor Tunic
	{
		FabricRoll,
		FabricRollBrown,
		keep Scissors,
		Result 		: Jumper_EmperorTunic,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingBrown,
		AnimNode 		: RipSheets,
	}
	recipe Make Roman Grey Emperor Tunic
	{
		FabricRoll,
		FabricRollGrey,
		keep Scissors,
		Result 		: Jumper_EmperorTunic,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		OnCreate: Yaki_Recipes.OnCreate.DyeClothingGrey,
		AnimNode 		: RipSheets,
	}
	recipe Make Leather Sandals
	{
		LeatherStrips,
		keep Needle,
		Thread=1,
		Result 		: Shoes_LeatherSandals,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		AnimNode 		: RipSheets,
	}

    	/************************ Dye Fabric ************************/
	
	recipe Make Pot of Red Dye
	{
	   destroy WaterPot,
	   HairDyeRed;1,
	   CanBeDoneFromFloor:true,

	   Result:DyePotRed,
	   Time:100.0,
	   Category:Tailoring,
	}
	recipe Make Pot of Green Dye
	{
	   destroy WaterPot,
	   HairDyeGreen;1,
	   CanBeDoneFromFloor:true,

	   Result:DyePotGreen,
	   Time:100.0,
	   Category:Tailoring,
	}
	recipe Make Pot of Blue Dye
	{
	   destroy WaterPot,
	   HairDyeBlue;1,
	   CanBeDoneFromFloor:true,

	   Result:DyePotBlue,
	   Time:100.0,
	   Category:Tailoring,
	}
	recipe Make Pot of Brown Dye
	{
	   destroy WaterPot,
	   HairDyeLightBrown;1,
	   CanBeDoneFromFloor:true,

	   Result:DyePotBrown,
	   Time:100.0,
	   Category:Tailoring,
	}
	recipe Make Pot of Grey Dye
	{
	   destroy WaterPot,
	   HairDyeBlack;1,
	   CanBeDoneFromFloor:true,

	   Result:DyePotGrey,
	   Time:100.0,
	   Category:Tailoring,
	}
   	 recipe Dye Fabric Red
   	{
	   FabricRoll,
	   DyePotRed;10,
	   CanBeDoneFromFloor:true,

	   Result:FabricRollRed,
	   Time:130.0,
	   Heat:-0.22,
	   Category:Tailoring,
  	}
	recipe Dye Fabric Blue
	{
	   FabricRoll,
	   DyePotBlue;10,
	   CanBeDoneFromFloor:true,

	   Result:FabricRollBlue,
	   Time:130.0,
	   Heat:-0.22,
	   Category:Tailoring,
	}
	recipe Dye Fabric Green
	{
	   FabricRoll,
	   DyePotGreen;10,
	   CanBeDoneFromFloor:true,

	   Result:FabricRollGreen,
	   Time:130.0,
	   Heat:-0.22,
	   Category:Tailoring,
	}
	recipe Dye Fabric Brown
	{
	   FabricRoll,
	   DyePotBrown;10,
	   CanBeDoneFromFloor:true,

	   Result:FabricRollBrown,
	   Time:130.0,
	   Heat:-0.22,
	   Category:Tailoring,
	}
	recipe Dye Fabric Grey
	{
	   FabricRoll,
	   DyePotGrey;10,
	   CanBeDoneFromFloor:true,

	   Result:FabricRollGrey,
	   Time:130.0,
	   Heat:-0.22,
	   Category:Tailoring,
	}
	recipe Make Pot of Red Dye
	{
	   destroy WaterPot,
	   BerryGeneric1;3,
	   keep MortarPestle,
	   CanBeDoneFromFloor:true,

	   Result:DyePotRed,
	   Time:100.0,
	   Category:Tailoring,
	}
	recipe Make Pot of Green Dye
	{
	   destroy WaterPot,
	   CommonMallow;3,
	   keep MortarPestle,
	   CanBeDoneFromFloor:true,

	   Result:DyePotGreen,
	   Time:100.0,
	   Category:Tailoring,
	}
	recipe Make Pot of Blue Dye
	{
	   destroy WaterPot,
	   BerryGeneric2;3,
	   keep MortarPestle,
	   CanBeDoneFromFloor:true,

	   Result:DyePotBlue,
	   Time:100.0,
	   Category:Tailoring,
	}
	recipe Make Pot of Brown Dye
	{
	   destroy WaterPot,
	   BerryGeneric3;3,
	   keep MortarPestle,
	   CanBeDoneFromFloor:true,

	   Result:DyePotBrown,
	   Time:100.0,
	   Category:Tailoring,
	}
	recipe Make Pot of Grey Dye
	{
	   destroy WaterPot,
	   BerryPoisonIvy;3,
	   keep MortarPestle,
	   CanBeDoneFromFloor:true,

	   Result:DyePotGrey,
	   Time:100.0,
	   Category:Tailoring,
	}

    	/************************ Material ************************/

	recipe Butcher Small Animal for Leather
	{
		DeadMouse/DeadSquirrel/DeadRat,
		keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
		Result 		: LeatherStrips=2,
		Sound 		: PZ_FoodSwoosh,
		Time 		: 50.0,
		Category:Cooking,
        	OnGiveXP:Recipe.OnGiveXP.Cooking10,
	}
	recipe Butcher Rabbit for Leather
	{
		DeadRabbit,
		keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
		Result 		: Leather=1,
		Sound 		: PZ_FoodSwoosh,
		Time 		: 50.0,
		Category:Cooking,
        	OnGiveXP:Recipe.OnGiveXP.Cooking10,
	}
	recipe Butcher Bird for Leather
	{
		DeadBird,
		keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
		Result 		: LeatherStrips=1,
		Sound 		: PZ_FoodSwoosh,
		Time 		: 50.0,
		Category:Cooking,
        	OnGiveXP:Recipe.OnGiveXP.Cooking10,
	}
	recipe Make Leather
	{
		LeatherStrips=4,
	    	Thread=2,
		keep Needle,
		Result 		: Leather,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=1,
		AnimNode 		: RipSheets,
	}
	recipe Make Sheet
	{
		RippedSheets=5,
	    	Thread=1,
		keep Needle,
		Result 		: Sheet,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}
	recipe Make Fabric Roll
	{
		Sheet=2,
	    	Thread=1,
		keep Needle,
		Result 		: FabricRoll,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		SkillRequired:Tailoring=2,
		AnimNode 		: RipSheets,
	}
	recipe Make Leather Strips
	{
		Leather=1,
		keep [Recipe.GetItemTypes.SharpKnife]/Scissors,
		Result 		: LeatherStrips=4,
		Sound 		: ClothesRipping,
		Time 		: 100.0,
		Category    :  Tailoring,
		AnimNode 		: RipSheets,
	}

}
